render

open override fun render(context: DrawContext, mouseX: Int, mouseY: Int, delta: Float)

Deprecated

Use renderEntry/renderBorder/renderHighlight for rendering instead

Renders the entry. This is the base method of CustomListWidget.Entry and generally shouldn't be overridden directly.

Author

fzzyhmstrs

Since

0.6.0

Parameters

context

DrawContext

mouseX

Integer horizontal position of the mouse from the left of the screen in pixels

mouseY

Integer vertical position of the mouse from the top of the screen in pixels

delta

tick delta

See also